GetFileServiceProviders(String[],ObjectFetchOptions,Int32,Boolean) Method
In This Topic
Gets all
FileServiceProviders of the specified type(s), with paging
Syntax
Parameters
- providerTypes
- The type(s) of the providers to fetch, or a null reference (Nothing in Visual Basic) to return all providers.
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
See Also